The dictionary data is only a single object, but you can store any string, so if you save concatenated data, you can parse it back out. If you use AsJSON on a dictionary or array, then you can store that, and Load it back out again, effectively giving you a dictionary of dictionaries, or, a dictionary of arrays.
Other than that, you can't really store "two" values in one key.