You can lock a page, and that should prevent it from being modified by someone else.
Normally saves are not done on a page level (except for page properties), but only on component level, that means that multiple changes can happen and not cause issues. But the usual recommendation is to ensure b...