Hi @J-Krush try this and see if that works for you:
Use the call function
Enables making function calls to an exposed function from another app instance via bridging, or simply another Zome within the same instance.
“Here are two example Zomes, where one performs a call into the other.
This first zome is the “callee”; i.e., the zome that receives the call, and is named summer . because the call sums two numbers.”