How to make an expert advisor run other expert advisors in MQL4

 

Hi,

I would like to ask is it possible to make an expert advisor that will run other expert advisors under certain conditions, (without needing to copy their source contents into the new expert advisor)

such as

if condition1 then run expert X

if condition2 then run expert Y

Thanks for your time and efforts.

Reason: