Simultaneously Reading Two Analog Inputs with Arduino

If you need to read 2 sensors simultaneously, then don't read them sequentially with an Arduino in real time. Rather, your circuit should send an enable signal to all of the sensors at once. The sensors' output should be buffered and 'latched', so that it is available when the Arduino gets around to reading it.