I assume you want to use the same machine for both processes? If the Get Work process can run as a background process then you could consider running both processes in parallel, all day long. That consumes 2 licenses however.
Alternatively, maybe you could configure each process to stop itself after running for N minutes, eg Get Work is scheduled to start at 0900 and run every hour. The Do Work process is scheduled to start at 0905 and also run every hour. However Do Work is designed to stop after 58 minutes, eg 0958, shortly before the next session of Get Work. That would consume 1 license.