MapBuffer and multiple threads

Is it possible (and safe) to have more than 1 VBO/PBO mapped at the same time and possibly being written/read by more than one thread? Not multiple threads writting to a single Mapped buffer, but rather multiple threads each writting into it’s own mapped VBO/PBO…

Yes that’s entirely safe.