Unlike two different VIs running in the development environment, each exectuable will have a separate memory space. Therefore, they can't share queues, notifiers, occurences, global variables, etc. You'll have to work out an alternate scheme such as ActiveX, VI Server, TCP/IP, Datasocket. Look at some of the discussions
here and
here.