Are there possible make option to search all transactions between two address?
If you are referring to just 2 specific addresses, then no. At least not out of the box. Having said that though you could use the APIs and generate a list of transactions for each address, and then programmatically just extract those matching your search criteria.
Cheers