No.
The DHT22 is not addressable, so if you have more than one on the same wire, they will both try and send their data at the same time, which will give garbage.
if you want to multiplex you need to multiplex the DATA line.
You could try one of these - https://www.sparkfun.com/products/9056 - and multiplex up to 16 DHT's with only 4 address lines. Never tried it but it might work.
The DS18B20 is an addressable temp. sensor. However It does not provide humidity like the DHT22..