The question was about a "network disk", so there's no (local) filesystem issue.
Talking about files accessed simultaneously by multiple machines is not much different than files accessed simultaneously by multiple processes on the same machine. File locking is not perfect (and has some extra issues with NFS), but largely works as expected.
In fact, /home is a rather typical candidate for placing on a network share (if you have some central authentication in place as well, like e.g. ldap, winbind, ... or manually keep user accounts in sync, the UIDs should be the same on all machines for this to work well). As for configurations that should be local to a machine, applications are expected to place them somewhere below ~/.local. If you want them local indeed, just create additional local "home directories" in the same path on every machine (e.g. something like /usr/home/local/$USER) and symlink them to ~/.local.