Hi,
To call a label from an application already created, simply use the SearchLabel() function like this:
tbytecode *b = SearchLabel(a, "calc");
Run(a, b);
I don't have support for passing parameters to the procedure or function yet, this will come later.