From your built app, you can access data from a VI running in LabVIEW using either the AvtiveX or TCP VI Server.
However, you can't drop the Global VI and use it like a normal global. You open a reference to the LabVIEW application (ActiveX or TCP VI Server) and use the refnum to open a reference to the global VI. Then you can use the methods "Set Control Value" and "Get Control Value" to access data in the controls.