Is it possible to Override global level vpc settings in function level. For a example, to configure a single function to not to have vpc?
There’s no exclusion configuration - you’d have to specify the VPC config in all the relevant functions (i.e. not use the global VPC settings object).
Mixing VPC-based functions and non-VPC-based functions is probably a sign they belong in a separate service.