As Ray Mentioned using Sequence File Globals would be the easiest method. But if you trying to stay away from Globals, you can directly pass the value from a local variable in the PreUUT callback sequence to a local variable in the MainSequence by using a Post Expression in one of your steps in the callback sequence.
RunState.SequenceFile.Data.Seq["MainSequence"].Locals.VAR = Locals.PreUUT_VAR
Hope this helps
SijinK
National Instruments