Invoking one job from another to execute a specific task

shan-databricks
Databricks Partner
I have multiple tasks, each working with different tables. Each table has dependencies across Bronze, Silver, and Gold layers.
 
I want to trigger and run a specific task independently, instead of running all tasks in the job. How can I do this?
 
Also, is there a way to trigger a specific task from another job?