Hi
Measuring two or more instruments over gpib can be done in different ways.
If you need exact timing (triggering on the same moment) you need to arm the instruments and trigger them together and after that read data from the instruments in any order.
If you are not time critical, you could do it in a sequence but instead of using sequence frames use the sequence by wiring by using the error in / error out wires.
I would not address the instruments in parallel, You should prevent race conditions.
Best non time critical approach seems to me write A, write B, read A, read B.
succes
greetings from the Netherlands