Reindex query matched documents to new index in real-time

There’s a use case that we need to extract indexed document from matched query. Then reindex those document into a new index in remote OpenSearch cluster.

The reindex feature should work but is it possible to ensure the delay as short as possible?
For example, a new document is indexed and it’s been sent to remote cluster immediately.

Thanks // Hugo