Solution
Working with VIsYou can use the VI Interop node. This node communicates with the LabVIEW VI using the Connector Pane inputs and outputs, just as if it was a sub VI. Refer to
VI Interop in the LabVIEW NXG Manual for more information about how to use the node and what its limitations are.
Working with ExecutablesIf you intend to work with executables instead of VIs, you can use Shared Variable, Network Streams, TCP or UDP communication to transfer data between them. Refer to the Related Links section or the LabVIEW NXG Manual for more information about how to use these communication methods.