The document presents a modified version of the Vortex Search (VS) algorithm called the Modified Vortex Search (MVS) algorithm. The MVS algorithm aims to overcome the drawback of the VS algorithm getting trapped in local minima for functions with multiple local minima. In the MVS algorithm, candidate solutions are generated around multiple centers at each iteration rather than a single center. This allows the algorithm to explore different regions simultaneously and avoid getting stuck in local minima. Computational results showed the MVS algorithm outperformed the original VS algorithm as well as PSO, ABC algorithms on benchmark test functions prone to getting trapped in local minima.