Can I use local and global together?

Hi dear friends
I want to know can I use local webhook address for my local reference (from one workflow to another) and global webhook address for external apis?
I think it should be a node to go to from a workflow to another one
Best regards;

Update: Or maybe you suggest I complex my workflows to one flow. If it is true, is it take more RAM or CPU from my windows server?

Yes, that should be no problem. n8n should not care if you use the web-accessible URL or the local one.

You are right, it should be possible for one workflow to call another one directly. That is something on my to-do/wish list for a while. Sadly is a proper implementation a little bit more complicated. Which means it is more work and that is why I did not get to it yet.