CPLEX or docplex do not have a public interface to a generic Tabu search algorithm. But you can code up your own Tabu Search by using the same data as CPLEX and then feeding any results found by the search into CPLEX as MIP start or heuristic solution.
------------------------------
Daniel Junglas
------------------------------