As you mentioned you are running multiple instances and this error occur when the file is still opened in one of them.
A workaround in case you know which file has the error is to open it again:
Workbooks.Open(filePath)
Good luck!