If you use dx11, you can force the device by index using command line:
vvvv.exe /dx11mode:forcen where n is device index.
So if you want to use the second graphics card, you would do:
vvvv.exe /dx11mode:force1
Please note that in dx11 vvvv never creates multiple devices, since dxgi handles output for you.