I have a Standard EXE with a form ("form1") and a labelbox ("label1").
Is it possible to call a subroutine from an ActiveX EXE that can directly modify the labelbox?

(I dont want to raise an event that leads to code within the Standard EXE, i want to do it right from the ActiveX EXE)

Example:
label1.label = "asdf"

If its possible, can someone tell me how?
Thanks