A File Lock task would be useful to act as a mutex/semaphore to help coordinate external processes that aren't controlled by Visual Cron.
By placing a lock file on a file (or creating a file without releasing the lock initially) will allow external processes (and even visual cron jobs) to coordinate critical sections that need mutually exclusive access to the same resources. The file is unlocked or deleted after the critical section has completed.