Computer B has to be running LV or LV runtime and test.vi has to be loaded into memory and be executable (i.e. not broken).
From Computer A you first open a reference to the copy of LV running on Computer B. This means you have to know the name or IP address of Computer B, and the port number that LV is listening to for connections (which is configurable through the Options dialog box, or by editing Computer B's *.ini file directly).
Once you have the reference to the copy of LV, you open a reference to the remote VI (test.vi) by name with a type specifier defining the structure of test.vi's connector pane.
Connect this VI reference to a Call by Reference Node and you can run the remote VI.
Be sure to close all the references when you are done with t
hem as this can cause a major memory leak...
Mike...