If you’re just trying to upload multiple texture objects to the GPU, the only limitation should be the size of texture memory available. You can create as many texture objects as you like.
I don’t think the mapper currently exposes/users glMultiTexCoord
but if you’ve already customized the mapper, you should be able to add API to upload multiple texture objects.