This document presents a modified version of the Vortex Search (VS) algorithm called the Modified Vortex Search (MVS) algorithm for numerical function optimization. The VS algorithm has the drawback that it can get trapped in local minima for functions with multiple local minima. The MVS algorithm addresses this by generating candidate solutions around multiple points at each iteration rather than a single point, allowing it to escape local minima more easily. Computational results on benchmark functions showed the MVS algorithm outperformed the original VS algorithm, as well as PSO2011 and ABC algorithms.